home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / bus_fnce / _b1 / dbankwin / look4win.bat < prev    next >
DOS Batch File  |  1994-03-09  |  301b  |  14 lines

  1. @echo off
  2. if exist %1nul if exist %1con goto noBSlash
  3. if exist %1\win.com goto yes1
  4. if not exist %1\win.bat goto return
  5. :yes1
  6. rem>H:\%username%\foundwin.!@#
  7. goto return
  8. :noBSlash
  9. if exist %1win.com goto yes2
  10. if not exist %1win.bat goto return
  11. :yes2
  12. rem>H:\%username%\foundwin.!@#
  13. :return
  14.